home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / win / steph1b0.zip / NEWNAMES.DOC < prev    next >
Text File  |  1994-11-17  |  4KB  |  119 lines

  1.  
  2.  
  3.   S T E P H .
  4.   -----------
  5.  
  6.   V e r s i o n s   1 . 0 . A   a n d   l a t e r . 
  7.  
  8.   F u n c t i o n   N a m e   C h a n g e s .
  9.  
  10. -------------------------------------------------------------------
  11.  
  12. This file indicates the function name changes that were made for
  13. version 1.0a of Steph.  Programs written for earlier versions of Steph
  14. may need to be altered.  Unless indicated elsewhere, only the names of
  15. the functions have been changed, their functionality remains the same.
  16.  
  17. Not all versions of Steph before version 1.0a contained all of the
  18. functions listed below.
  19.  
  20.  
  21. Function groups.
  22.  
  23. All function names now begin with one of a number of prefixes.  These
  24. prefixes indicate that the function is concerned with, say, windows,
  25. menus, or the toolbar.  The function group is related to, but is NOT
  26. identical to the arrangement of functions in the object modules of the
  27. Steph libraries.
  28.  
  29.   Group name (prefix).   
  30.  
  31.   _window_          Windowing functions.
  32.   _wb_              Window contents buffers.
  33.   _wbcc_            Window buffer colour code functions.
  34.   _loop_            Loop function setup functions.
  35.   _steph_           Steph startup and closedown functions.
  36.   _s_               Miscellaneous Steph functions
  37.   _mouse_           Mouse functions.
  38.   _dbox_            Dialogue box functions.
  39.   _query_           Query box functions.
  40.   _flash_           Flash box functions.
  41.   _speed_           Speed bar functions.
  42.   _toolbar_         Toolbar functions.
  43.   _popmenu_         Popup menu functions.
  44.  
  45.   _sp_              Steph private functions, not available to programmers.
  46.  
  47.  
  48. Function name changes:
  49.  
  50.   Old Name.                       New Name.
  51.  
  52.   _drawscrollblips                _window_drawscrollblips
  53.   _set_vscroll_percent            _window_set_vscroll_pc
  54.   _set_hscroll_percent            _window_set_hscroll_pc
  55.  
  56.   _wb_set_fixed                   _window_setfixed
  57.   _default_window_filter          _window_default_filter
  58.  
  59.   _set_loop_function              _loop_setfunction
  60.   _set_menu_loop_function         _loop_menufunction
  61.   _set_dbox_loop_function         _loop_dboxfunction
  62.  
  63.   _set_initial_function           _steph_initialfunction
  64.  
  65.   steph_initialise                _steph_initialise
  66.   steph_go                        _steph_go
  67.   steph_closedown                 _steph_closedown
  68.   
  69.   _setup_graphic                  _steph_setupgraphic
  70.  
  71.   s_settextposition               _s_settextposition
  72.   s_gettextcursor                 _s_gettextcursor
  73.   s_settextcursor                 _s_settextcursor
  74.   s_displaycursor                 _s_displaycursor
  75.  
  76.   set_ins_mode                    _s_insmode
  77.  
  78.   key_for_me                      _s_key_for_me
  79.   _time_delay                     _s_time_delay
  80.  
  81.   build_list                      _s_buildlist
  82.   build_radiolist                 _s_buildradiolist
  83.  
  84.   shift_key_read                  _s_shift_key_read
  85.   key_read                        _s_key_read
  86.   wait_for_key                    _s_wait_for_key
  87.   flush_keyboard                  _s_flush_keyboard
  88.  
  89.   _build_dbox                     _dbox_build
  90.   _db_setabspos                   _dbox_setabspos
  91.   _db_setdependants               _dbox_setdependants
  92.   _db_grey                        _dbox_grey
  93.   _db_draw_control                _dbox_draw_control
  94.  
  95.   flash_box_remove                _flash_remove
  96.   flash_box                       _flash_box
  97.   query_box                       _query_box
  98.  
  99.   _sb_text                        _speed_text
  100.   _sb_show                        _speed_show
  101.   _sb_wipebar                     _speed_wipebar
  102.  
  103.   _set_speedbar                   _speed_setbar
  104.   _set_speedbar_drawfn            _speed_drawfn
  105.   _set_speedbar_clickfn           _speed_clickfn
  106.  
  107.   _sb_set_button                  _speed_button_set
  108.   _sb_set_button_colour           _speed_button_colour
  109.   _sb_remove_button               _speed_button_remove
  110.  
  111.   _set_toolbar_drawfn             _toolbar_drawfn
  112.   _set_toolbar_clickfn            _toolbar_clickfn
  113.  
  114.   _tb_draw_control                _toolbar_draw_control
  115.   _tb_grey                        _toolbar_grey
  116.   _tb_remove_control              _toolbar_remove_control
  117.  
  118.  
  119.